ImageGear Professional v18.1 for Unix
Single-Page Images
Send Feedback
ImageGear Professional v18.1 > User Guide > Using ImageGear > Images and Documents > Single-Page Images

Glossary Item Box

The central element in ImageGear API is the single-page image handle: HIGEAR. The majority of ImageGear API functions take HIGEAR as a parameter. HIGEAR encapsulates the following data:

Usually you create a HIGEAR handle by loading an image from a disk file, or from memory. See Loading Images for details. You can also create a new HIGEAR handle using IG_image_create, or import a Windows DIB into HIGEAR using IG_image_DIB_import.

When HIGEAR is no longer used, you must delete it using IG_image_delete.

See Also

Multi-Page Documents

©2014. Accusoft Corporation. All Rights Reserved.